alter table "Patient" add column "IdProofValue" character varying; 

alter table "Patient" add column "IdProofId" int references "IdProof"("IdProofId");